runtime.mcache.nextReusableNoScan (method)

2 uses

	runtime (current package)
		malloc.go#L1459: 	v, span := c.nextReusableNoScan(span, spc)
		malloc.go#L2044: func (c *mcache) nextReusableNoScan(s *mspan, spc spanClass) (gclinkptr, *mspan) {